Home
last modified time | relevance | path

Searched refs:objlst (Results 1 – 22 of 22) sorted by relevance

/dports/archivers/zip/zip30/novell/
H A DMakefile59 objlst = $+$(objlst)$- CRC32.OBJ macro
60 objlst = $+$(objlst)$- CRYPT.OBJ
62 objlst = $+$(objlst)$- FILEIO.OBJ
64 objlst = $+$(objlst)$- MKTIME.OBJ
66 objlst = $+$(objlst)$- SIGNAL.OBJ
67 objlst = $+$(objlst)$- TREES.OBJ
68 objlst = $+$(objlst)$- TTYIO.OBJ
69 objlst = $+$(objlst)$- UTIL.OBJ
70 objlst = $+$(objlst)$- ZIP.OBJ
72 objlst = $+$(objlst)$- ZIPUP.OBJ
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/astro/
H A Dmain.c41 for(j=0; objlst[j]; j++) { in main()
42 (*objlst[j]->obj)(); in main()
43 setobj(&objlst[j]->point[i]); in main()
46 if(strcmp(objlst[j]->name, "Comet")) in main()
48 output(objlst[j]->name, &objlst[j]->point[i]); in main()
106 for(i=0; q=objlst[i]; i++) { in args()
114 for(i=0; q=objlst[i]; i++) { in args()
H A Dsearch.c39 for(i=0; objlst[i]; i++) { in search()
40 p = objlst[i]; in search()
98 for(j=i; objlst[j]; j++) { in search()
101 q = objlst[j]; in search()
H A Dinit.c3 Obj2* objlst[] = variable
54 for(i=0; q=objlst[i]; i++) { in init()
H A Dastro.h139 extern Obj2* objlst[];
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/grammar/
H A Drainerscript.h77 struct objlst *subobjs;
81 struct objlst { struct
82 struct objlst *next; argument
341 struct objlst* objlstNew(struct cnfobj *obj);
342 void objlstDestruct(struct objlst *lst);
343 void objlstPrint(struct objlst *lst);
381 struct objlst* objlstAdd(struct objlst *root, struct cnfobj *o);
H A Dgrammar.h165 struct objlst *objlst; member
H A Dgrammar.y54 struct objlst *objlst; member
113 %type <objlst> propconst
H A Dgrammar.c247 struct objlst *objlst; member
1662 (yyval.obj)->subobjs = (yyvsp[-1].objlst); in yyparse()
1685 { (yyval.objlst) = NULL; } in yyparse()
1691 … { (yyval.objlst) = objlstAdd((yyvsp[-1].objlst), (yyvsp[0].obj)); } in yyparse()
1697 … { (yyval.objlst) = objlstAdd((yyvsp[-1].objlst), (yyvsp[0].obj)); } in yyparse()
H A Drainerscript.c495 struct objlst*
498 struct objlst *lst; in objlstNew()
500 if((lst = malloc(sizeof(struct objlst))) != NULL) { in objlstNew()
510 struct objlst*
511 objlstAdd(struct objlst *root, struct cnfobj *o) in objlstAdd()
513 struct objlst *l; in objlstAdd()
514 struct objlst *newl; in objlstAdd()
544 objlstDestruct(struct objlst *lst) in objlstDestruct()
546 struct objlst *toDel; in objlstDestruct()
557 objlstPrint(struct objlst *lst) in objlstPrint()
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Deieio-speedbar.el174 (let ((objlst (cond ((eieio-object-p dir-or-object)
179 (if (not objlst)
183 (while objlst
184 (eieio-speedbar-make-tag-line (car objlst) depth)
185 (setq objlst (cdr objlst))))))
/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Deieio-speedbar.el178 (let ((objlst (cond ((eieio-object-p dir-or-object)
183 (if (not objlst)
187 (while objlst
188 (eieio-speedbar-make-tag-line (car objlst) depth)
189 (setq objlst (cdr objlst))))))
/dports/math/fxt/fxt/scripts/
H A Dfixdepend.pl15 $objlst = $ARGV[0];
17 @objn= split(/ /,$objlst);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/deps/ugui/
H A Dugui.c5467 UG_OBJECT* obj=(UG_OBJECT*)wnd->objlst; in _UG_GetFreeObject()
5471 obj = (UG_OBJECT*)(&wnd->objlst[i]); in _UG_GetFreeObject()
5484 UG_OBJECT* obj=(UG_OBJECT*)wnd->objlst; in _UG_SearchObject()
5488 obj = (UG_OBJECT*)(&wnd->objlst[i]); in _UG_SearchObject()
5540 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_ProcessTouchData()
5607 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_UpdateObjects()
5644 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_HandleEvents()
5866 obj = (UG_OBJECT*)&objlst[i]; in UG_WindowCreate()
5873 wnd->objlst = objlst; in UG_WindowCreate()
5916 wnd->objlst = NULL; in UG_WindowDelete()
[all …]
H A Dugui.h321 UG_OBJECT* objlst; member
922 UG_RESULT UG_WindowCreate( UG_WINDOW* wnd, UG_OBJECT* objlst, UG_U8 objcnt, void (*cb)( UG_MESSAGE*…
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/ugui/
H A Dugui.c5467 UG_OBJECT* obj=(UG_OBJECT*)wnd->objlst; in _UG_GetFreeObject()
5471 obj = (UG_OBJECT*)(&wnd->objlst[i]); in _UG_GetFreeObject()
5484 UG_OBJECT* obj=(UG_OBJECT*)wnd->objlst; in _UG_SearchObject()
5488 obj = (UG_OBJECT*)(&wnd->objlst[i]); in _UG_SearchObject()
5540 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_ProcessTouchData()
5607 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_UpdateObjects()
5644 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_HandleEvents()
5866 obj = (UG_OBJECT*)&objlst[i]; in UG_WindowCreate()
5873 wnd->objlst = objlst; in UG_WindowCreate()
5916 wnd->objlst = NULL; in UG_WindowDelete()
[all …]
H A Dugui.h321 UG_OBJECT* objlst; member
922 UG_RESULT UG_WindowCreate( UG_WINDOW* wnd, UG_OBJECT* objlst, UG_U8 objcnt, void (*cb)( UG_MESSAGE*…
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/ugui/
H A Dugui.c5467 UG_OBJECT* obj=(UG_OBJECT*)wnd->objlst; in _UG_GetFreeObject()
5471 obj = (UG_OBJECT*)(&wnd->objlst[i]); in _UG_GetFreeObject()
5484 UG_OBJECT* obj=(UG_OBJECT*)wnd->objlst; in _UG_SearchObject()
5488 obj = (UG_OBJECT*)(&wnd->objlst[i]); in _UG_SearchObject()
5540 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_ProcessTouchData()
5607 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_UpdateObjects()
5644 obj = (UG_OBJECT*)&wnd->objlst[i]; in _UG_HandleEvents()
5866 obj = (UG_OBJECT*)&objlst[i]; in UG_WindowCreate()
5873 wnd->objlst = objlst; in UG_WindowCreate()
5916 wnd->objlst = NULL; in UG_WindowDelete()
[all …]
H A Dugui.h321 UG_OBJECT* objlst; member
922 UG_RESULT UG_WindowCreate( UG_WINDOW* wnd, UG_OBJECT* objlst, UG_U8 objcnt, void (*cb)( UG_MESSAGE*…
/dports/games/libretro-mu/Mu-ff746b8/tools/palm/hwTestSuite/
H A Dugui.h300 UG_OBJECT* objlst; member
/dports/games/nazghul/nazghul-0.7.1/worlds/haxima-1.002/
H A Dnaz.scm269 (define (all-in-range origin radius objlst)
274 objlst))
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/
H A Dtemplate.c1861 struct objlst *lst; in createListTpl()