Searched refs:skip_thing (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c87 S_BEFORE_WS = 1, // used in skip_thing() for moving "dot"
88 S_TO_WS = 2, // used in skip_thing() for moving "dot"
89 S_OVER_WS = 3, // used in skip_thing() for moving "dot"
90 S_END_PUNCT = 4, // used in skip_thing() for moving "dot"
91 S_END_ALNUM = 5, // used in skip_thing() for moving "dot"
231 static int st_test(char *, int, int, char *); // helper for skip_thing()
232 static char *skip_thing(char *, int, int, int); // skip some object
1706 static char *skip_thing(char * p, int linecnt, int dir, int type) function
3444 dot = skip_thing(dot, 1, dir, S_TO_WS);
3445 dot = skip_thing(do
[all...]

Completed in 73 milliseconds