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

/ast/src/cmd/nmake/
H A Drule.c1361 } Systab_t; typedef in typeref:struct:Systab_s
1363 static const Systab_t systab[] =
1381 Systab_t* call;
1385 sfprintf(internal.val, "%d", (call = (Systab_t*)strlook(systab, sizeof(systab[0]), *args)) ? (*call->call)() : -1);

Completed in 13 milliseconds