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

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
init.c 126 } *pstk, pbase; variable in typeref:struct:instk
156 struct instk *pstk; member in struct:initctx
378 if (pstk) {
381 printf("beginit: saving ctx pstk %p\n", pstk);
387 ict->pstk = pstk;
418 pstk = is;
437 if (pstk == NULL) {
441 t = pstk->in_t
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
init.c 132 } *pstk, pbase; variable in typeref:struct:instk
162 struct instk *pstk; member in struct:initctx
399 if (pstk) {
402 printf("beginit: saving ctx pstk %p\n", pstk);
408 ict->pstk = pstk;
439 pstk = is;
458 if (pstk == NULL) {
462 t = pstk->in_t
    [all...]

Completed in 22 milliseconds