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

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dcomments.h134 #define ENDOFFILE "%%EOF\n" macro
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.c73 #define ENDOFFILE 0 macro
317 if (type == ENDOFFILE)
1040 while((type = get_token(fp, token)) != ENDOFFILE){
1100 while((type = get_token(fp, token)) != ENDOFFILE){
1139 if (type == ENDOFFILE){
1227 while((type = get_token(fp, token)) != ENDOFFILE){
1266 if (type == ENDOFFILE){
1283 while((type = get_token(fp, token)) != ENDOFFILE){
1322 if (type == ENDOFFILE){
1926 while(type != ENDOFFILE){
[all...]

Completed in 46 milliseconds