HomeSort by: relevance | last modified time | path
    Searched defs:svstr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
putshell.c 280 char const * svstr = pOD->optArg.argString; local
306 pOD->optArg.argString = svstr;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 281 %type <strp> string C_STRING GCC_DESIG svstr
756 | declarator C_ASM '(' svstr ')' {
768 | declarator C_ASM '(' svstr ')' attr_var {
1000 asmstatement: C_ASM mvol '(' svstr ')' { send_passt(IP_ASM, mkpstr($4)); }
1001 | C_ASM mvol '(' svstr xasm ')' { mkxasm($4, $5); }
1004 svstr: string { $$ = addstring($1); } label
1020 oper: svstr '(' e ')' { $$ = xasmop($1, pconvert(eve($3))); }
1021 | oper ',' svstr '(' e ')' {
1026 cnstr: svstr { $$ = xasmop($1, bcon(0)); }
1027 | cnstr ',' svstr { $$ = cmop($1, xasmop($3, bcon(0)));
    [all...]

Completed in 21 milliseconds