Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-vars/
Dreadonly0.tests30 export -n a # undo that bashism, if it happens
/busybox-1.35.0/shell/ash_test/ash-vars/
Dreadonly0.tests31 export -n a # undo that bashism, if it happens
/busybox-1.35.0/editors/
Dvi.c1524 static char *text_hole_delete(char *p, char *q, int undo) in text_hole_delete() argument
1540 switch (undo) { in text_hole_delete()
1710 static void undo_push_insert(char *p, int len, int undo) in undo_push_insert() argument
1712 switch (undo) { in undo_push_insert()
1950 static char *yank_delete(char *start, char *stop, int buftype, int yf, int undo) in yank_delete() argument
1968 p = text_hole_delete(start, stop, undo); in yank_delete()
2109 static char *char_insert(char *p, char c, int undo) // insert the char c at 'p' in char_insert() argument
2123 undo_push_insert(p, 1, undo); in char_insert()
2142 text_hole_delete(bol, bol + len - 1, undo); in char_insert()
2170 undo_push_insert(p, 1, undo); in char_insert()
[all …]
Dsed1line.txt23 # undo double-spacing (assumes even-numbered lines are always blank)
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped1144 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1162 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1232 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1579 /* undo effects of setting up zconftext */