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

/ast/src/cmd/proto/
H A Dproto.c407 static const Sufcom_t sufcom[] = variable
464 for (i = 0; i < sizeof(sufcom) / sizeof(sufcom[0]); i++)
465 if (!strcmp(suffix, sufcom[i].suffix))
466 return (char*)sufcom[i].comment;
/ast/src/cmd/INIT/
H A Dproto.c4972 static const Sufcom_t sufcom[] = variable
5028 for (i = 0; i < sizeof(sufcom) / sizeof(sufcom[0]); i++)
5029 if (!strcmp(suffix, sufcom[i].suffix))
5030 return (char*)sufcom[i].comment;

Completed in 17 milliseconds