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

/inkscape/po/
H A Dcheck_for_tutorial_problems.sh91 if [ $? -ne 0 ]; then
107 if [ $? -ne 0 ]; then
109 if [ $? -ne 0 ]; then
H A Dupdate_po_files.sh29 if [ "$?" -ne "0" ]; then
H A Dcheck-markup55 if ($attrs ne '') {
127 if ($str ne '') {
/inkscape/packaging/macosx/
H A Dosx-build.sh288 [ $? -ne 0 ] && INKVERSION="devel"
290 [ $? -ne 0 ] && REVISION="" || REVISION="-r$REVISION"
337 PORTLIC="$(echo -ne "${_spacer}(License: ${PORTLIC}, Homepage: ${PORTURL})")"
445 if [[ $status -ne 0 ]]; then
457 if [[ $status -ne 0 ]]; then
480 if [[ $status -ne 0 ]]; then
493 if [[ $status -ne 0 ]]; then
505 if [[ $status -ne 0 ]]; then
540 if [[ $status -ne 0 ]]; then
552 if [[ $status -ne
[all...]
/inkscape/packaging/macosx/Resources/bin/
H A Dgimp-wrapper.sh60 [[ $? -ne 0 ]] && app_exec="$app_exec_default"
/inkscape/packaging/
H A Drelease-sign-tarballs95 if [ $? -ne 0 ]; then
111 if [ $? -ne 0 ]; then
117 if [ $? -ne 0 ]; then
124 if [ $? -ne 0 ]; then
150 if [ $? -ne 0 ]; then
183 if [ ${gpgsignerr} -ne 0 ]; then
237 if [ $? -ne 0 ]; then
/inkscape/packaging/macosx/ports/_resources/port1.0/group/
H A Dpython-1.0.tcl86 if {$action ne "set"} {
134 if {[set configure.${var}] ne ""} {
161 if {$action ne "set"} {
/inkscape/src/livarot/
H A DShapeSweep.cpp3263 int ne = -1; local
3267 ne = AddEdge (lp, iTo);
3269 ne = AddEdge (iTo, lp);
3274 ne = AddEdge (iTo, lp);
3276 ne = AddEdge (lp, iTo);
3278 if (ne >= 0 && _has_back_data)
3280 ebData[ne].pathID = iS->ebData[iB].pathID;
3281 ebData[ne].pieceID = iS->ebData[iB].pieceID;
3284 ebData[ne].tSt = ebData[ne]
[all...]
/inkscape/src/libnrtype/
H A DTextWrapper.cpp651 unsigned const ne = AddBoundary(ie); local
653 bounds[ns].other = ne;
654 bounds[ne].start = false;
655 bounds[ne].other = ns;

Completed in 1789 milliseconds