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

/ast/src/cmd/paxlib/ico/
H A DMakefile7 ico plugin=pax :LIBRARY: ico.c
H A Dico.c23 * pax ico format
74 register Ico_t* ico = (Ico_t*)ap->data; local
76 if (!ico)
78 if (ico->data)
79 sfclose(ico->data);
80 if (ico->head)
81 sfclose(ico->head);
82 free(ico);
90 register Ico_t* ico; local
102 if (!(ico
120 register Ico_t* ico = (Ico_t*)ap->data; local
156 register Ico_t* ico = (Ico_t*)ap->data; local
188 register Ico_t* ico = (Ico_t*)ap->data; local
213 register Ico_t* ico = (Ico_t*)ap->data; local
286 register Ico_t* ico = (Ico_t*)ap->data; local
[all...]
/ast/src/cmd/proto/
H A Dsear.sh28 ico=
61 bit icon.]:[icon:=$INSTALLROOT/lib/sear/sear??.ico]
101 i) ico=$OPTARG
131 if [[ ! $ico ]]
135 f=sear$w.ico
136 ico=$(dirname -r lib/$COMMAND/$f)
137 if [[ ! $ico ]]
141 elif [[ ! -f $ico ]]
142 then echo "$COMMAND: $ico: cannot read icon" >&2
154 typeset -H host_ico=$ico host_r
[all...]
H A DMakefile23 $(LIBDIR)/sear :INSTALLDIR: ratz.c sear.ico sear32.ico sear64.ico

Completed in 8 milliseconds