Home
last modified time | relevance | path

Searched refs:in_nonblank (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c265 static int in_nonblank P_((void));
267 in_nonblank() in in_nonblank() function
359 ch = in_nonblank(); in read_filename()
602 switch ( (ch = in_nonblank()) )
696 ch = in_nonblank(); in read_label()
958 ch = in_nonblank();
996 ch = in_nonblank();
1003 countT step = in_integer(in_nonblank());
1013 addr->addr_step = in_integer(in_nonblank());
1071 ch = in_nonblank();
[all …]
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2659 * compile.c: add functions in_nonblank() and in_integer(),