OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lexprog
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
main.c
43
char *
lexprog
; /* points to program argument if it exists */
variable
138
lexprog
= argv[1];
lex.c
547
extern char *
lexprog
;
551
else if (
lexprog
!= NULL) { /* awk '...' */
552
if ((c = (uschar)*
lexprog
) != 0)
553
lexprog
++;
Completed in 27 milliseconds